#content { 
background-color: #F5F5F5;  padding: 10px 20px; width: 620px;
color: #333;

}

#content p { 
  padding: 5px 0px;
}

h2 {
  font-size:1.2em;
  font-weight:normal;
  letter-spacing:1px;
  margin:1em 0 3px 0;
  font-family: tahoma,verdana,sans-serif;
  /*color: #050;*/
  color: #64FBF9;
}

/*Full Height */
#content {
  height: auto;
}
#footer {
  position: relative;
  clear:  both;
}
html {
  overflow: auto;
}
.wrapper {min-height: 0px;}


/* additions */
#content {
  border: 1px solid white;
 
  width: 618px;
  background-color: #333;
  color: white;
}

.quote {
  background-color: transparent;
  border: 0px;
}

.quote img {
  border: 1px solid white;
}

.quote_text {
  font-family:'Bradley Hand ITC TT', 'Lucida Handwriting', Lucida, Verdana, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  color: #64FBF9;

  float: left;  margin: 10px; width: 400px;
}

  #top_bar, #bottom_bar, #title { display:none;}

#copyright { padding-top: 4px; }


